home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / scripts / mini_picticon.icrx next >
Text File  |  1995-09-20  |  340b  |  19 lines

  1. /* Simply converts a picture into an icon (mini-Picticon) */
  2.  
  3. /* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
  4.  
  5. options results
  6.  
  7. parse arg filename
  8.  
  9. address ICONIAN.1
  10.  
  11. LOAD filename
  12. CLEAR
  13. LOADDATATYPE filename
  14. HIGHLIGHT COMPLEMENT
  15. TYPE PROJECT
  16. CHANGESAVEDEPTH 0
  17. CHANGESAVESIZE 0
  18. SAVE filename
  19.